home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Theme5.dxr / Internal_13_go FullPage.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  267 b   |  24 lines

  1. on mouseWithin me
  2.   cursor(302)
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   updateStage()
  9. end
  10.  
  11. on mouseDown me
  12.   updateStage()
  13. end
  14.  
  15. on mouseUp me
  16.   global gZoom
  17.   gZoom = #Up
  18.   go("FullPage")
  19.   if soundBusy(1) then
  20.     sound stop 1
  21.   end if
  22.   cursor(-1)
  23. end
  24.